home *** CD-ROM | disk | FTP | other *** search
/ Digital Underground 1 / Digital Underground 1.iso / main / gal7.dir / 00037.ls < prev    next >
Encoding:
Text File  |  1995-04-11  |  296 b   |  14 lines

  1. on chkmode
  2.   global bgmflg, bgmno
  3.   if (bgmflg = 1) and (the movieRate of sprite 10 = 1) then
  4.     puppetSound(0)
  5.     set bgmflg to 0
  6.   else
  7.     if (the movieRate of sprite 10 = 0) and (bgmflg = 0) then
  8.       if (bgmno = 1) or (bgmno = 2) then
  9.         bgmon()
  10.       end if
  11.     end if
  12.   end if
  13. end
  14.